google.golang.org/grpc.callInfo.failFast (field)
8 uses
google.golang.org/grpc (current package)
rpc_util.go#L175: failFast bool
rpc_util.go#L204: failFast: true,
rpc_util.go#L364: c.failFast = o.FailFast
stream.go#L289: callInfo.failFast = !*mc.WaitForReady
stream.go#L447: ctx := newContextWithRPCInfo(cs.ctx, cs.callInfo.failFast, cs.callInfo.codec, cs.compressorV0, cs.compressorV1)
stream.go#L454: FullMethodName: method, FailFast: cs.callInfo.failFast,
stream.go#L460: FailFast: cs.callInfo.failFast,
stream.go#L504: pick, err := cs.cc.pickerWrapper.pick(a.ctx, cs.callInfo.failFast, pickInfo)